From: Keir Fraser Date: Fri, 20 Mar 2009 10:37:12 +0000 (+0000) Subject: xenstore: Don't hardcode install path X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~13992^2~9 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=a7eb53a53f1325377df30ca069262b59a01cbbee;p=xen.git xenstore: Don't hardcode install path Signed-off-by: Christoph Egger --- diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile index c84505cc3c..91b854da90 100644 --- a/tools/xenstore/Makefile +++ b/tools/xenstore/Makefile @@ -97,9 +97,9 @@ install: all $(INSTALL_DIR) $(DESTDIR)$(INCLUDEDIR) $(INSTALL_PROG) xenstored $(DESTDIR)$(SBINDIR) $(INSTALL_PROG) xenstore-control $(DESTDIR)$(BINDIR) - $(INSTALL_PROG) xenstore $(DESTDIR)/usr/bin + $(INSTALL_PROG) xenstore $(DESTDIR)$(BINDIR) set -e ; for c in $(CLIENTS) ; do \ - ln -f $(DESTDIR)/usr/bin/xenstore $(DESTDIR)/usr/bin/$${c} ; \ + ln -f $(DESTDIR)$(BINDIR)/xenstore $(DESTDIR)$(BINDIR)/$${c} ; \ done $(INSTALL_DIR) $(DESTDIR)$(LIBDIR) $(INSTALL_PROG) libxenstore.so.$(MAJOR).$(MINOR) $(DESTDIR)$(LIBDIR)